* {
    margin: 0;
    padding: 0;
}

.container {
    justify-content:space-evenly;
}

/* 1 блок */
.header-top > .container {
  max-width: 1180px;
}

.nav-links {
    color: #2C2C2C;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
}

.header-icons img {
    width: 47px;
    height: 47px;
    border-radius: 12px;
    object-fit: cover;
}

.header-icon {
    display: inline-flex;
}

/* Телефон */
.phone-number {
    font-weight: 600;
    font-size: 18px;
    color: #2C2C2C;
    text-decoration: none;
}

.work-time {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 400;
}

.btn-login {
    background: #FC9227;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 12px;
    width: 82px;
    height: 47px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.container {
  max-width: 1180px;
}

.container {
    margin-bottom: -10px;
}

/* Breadcrumb */
.breadcrumb a {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

/* СТРЕЛКИ */
.nav-arrow {
    width: 45px;
    height: 45px;
    background: #F8E9FF;
    border-radius: 15px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-left { 
    left: -65px; 
}

.arrow-right { 
    right: -65px; 
}

 /* Контейнер */
.case-wrapper {
    position: relative;
    margin: auto;
    margin-top: 80px;
}

.case-tab-img {
    position: absolute;
    top: -45px;
    left: 0;
    width: 275px;
    height: 45px;
    z-index: 10;
}

.title {
    font-size: 32px;
    font-weight: 600;
    color: #2C2C2C;
}

/* Основной блок */
.case-card {
    background: #F8EFFF;
    border-radius: 0px 20px 20px 20px;
    padding: 80px 40px 40px;
    height: 602px;
    width: 1160px;
    position: relative;
    z-index: 2;
}

/* Заголовок “Кейс №1” */
.case-title {
    font-size: 24px;
    font-weight: 600;
    color: #A333FF;
    margin-top: -50px;
}

/* Контентные белые блоки внутри */
.case-box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #2C2C2C;
    width: 540px;
    height: 136px;
}

.text1 {
    font-size: 20px;
    font-weight: 600;
    color: #2C2C2C;
    line-height: 22px;
}

.case-box1 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #2C2C2C;
    width: 540px;
    height: 136px;
    margin-left: -90px;
}

.case-box2 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #2C2C2C;
    width: 1100px;
    height: 190px;
}

.text2 {
    font-size: 18px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 22px;
}

.text3 {
    font-size: 18px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 22px;
}

/* Оранжевый блок */
.case-compromise {
    background: #FC9227;
    color: white;
    border-radius: 20px;
    padding: 20px;
    width: 1100px;
    height: 136px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.text4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

/* Основной фиолетовый блок */
.purple-block {
    background: #A333FF; /* фиолетовый как в макете */
    border-radius: 20px;
    width: 1140px;
    height: 258px;
    padding: 20px 10px;
    color: white;
    display: flex;
    justify-content: space-between;
}

/* Заголовок */
.banner-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}

.block {
    margin-left: 10px;
}

/* Текст */
.banner-text {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: 400;
}

/* Кнопка */
.banner-btn {
    background: #FC9227;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
    width: 177px;
    height: 54px;
    font-size: 16px;
    font-weight: 600;
}

/* Фото */
.banner-img {
    width: 198px;
    height: 198px;
    border-radius: 20px;
}

/* Оранжевый квадрат с вопросительным знаком */
.question-mark {
    width: 50px;
    height: 50px;
    background: #FC9227;
    border-radius: 12px;
    position: absolute;
    top: 15px;
    right: 290px;
    font-size: 26px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title {
    margin-top: 35px;
    font-size: 32px;
    font-weight: 600;
    color: #2C2C2C;
}

.btn-consult {
    background: #A333FF;
    color: #FFFFFF;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    border: none;
    width: 287px;
    height: 54px;
}

/* Маленькие карточки отзывов */
.review-card {
    background: #FFFFFF;
    border-radius: 20px;
    width: 366px;
    height: 255px;
    border: 2px solid #F8EFFF;
    min-height: 260px;
    margin-bottom: 30px;
}

.review-text {
    font-size: 14px;
    font-weight: 400;
    color: #2C2C2C;
}

.text {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 600;
}

.text-muted {
    font-size: 14px;
    font-weight: 400;
    color: #2C2C2C;
}

.review-card small {
    margin-top: -10px !important;
    display: block;
}

.stars {
    display: flex;
    justify-content: flex-end;
    width: 16px;
    height: 16px;
}

.show-more {
    color: #A333FF;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
 
.reviews-btn-wrapper {
    text-align: center;
    margin-top: -40px;
}

.load-more-btn {
    background: #FC9227;
    border: none;
    padding: 16px 10px;
    border-radius: 15px;
    width: 184px;
    height: 54px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 60px;
}
 
/* подвал */
.footer > .container {
  max-width: 1180px;
}

.footer {
    background: #F7EFFD;
}

.footer-slogan {
    color: #A333FF;
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
}

.footer-link {
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.footer-copy {
    white-space: nowrap;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
}

.footer-privacy {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
}

.contact-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.footer-phone {
    font-size: 20px;
    font-weight: 600;
}

.social-icon {
    width: 47px;
    height: 47px;
}

.contract-box {
    width: 492px;
    height: 142px;
    margin-top: 40px;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.contract-title {
    font-size: 18px;
    font-weight: 600;
    color: #2C2C2C;
}

.btn-orange {
    background: #FC9227;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 88px;
    height: 54px;
}

.btn-purple {
    background: #A333FF;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 28px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 246px;
    height: 54px;
    white-space: nowrap;
}

 




 

 
/* Подложка */
.custom-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.40);
    backdrop-filter: blur(1px);
    display: none;
    z-index: 9998;
}

/* Модалка */
.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 431px;
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 35px;
    box-shadow: 0 7px 45px rgba(0,0,0,0.25);
    display: none;
    z-index: 9999;
    font-family: sans-serif;
}

/* Заголовок */
.custom-modal-title {
    font-size: 24px;
    color: #2C2C2C;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Кнопка закрытия */
.custom-close {
    display: flex;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 44px;
    height: 44px;
    background: #FC9227;
    color: #FFFFFF;
    border-radius: 15px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Поля */
.custom-input {
    width: 540px;
    height: 55px;
    background: #F8EFFF;
    border: none;
    border-radius: 15px;
    padding: 14px 16px;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    outline: none;
}
.custom-input:focus {
    outline: 2px solid #d6c0ff;
}

.custom-textarea {
    width: 540px;
    height: 140px;
    background: #F8EFFF;
    border-radius: 15px;
    resize: none;
}

  

/* Кнопка */
.custom-modal-btn {
    width: 540px;
    height: 54px;
    padding: 14px;
    background: #FC9227;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
    border-radius: 15px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.custom-modal-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}

/* Подпись */
.custom-policy {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
    color: #2C2C2C;
}
.custom-policy a {
    color: #2C2C2C;
}
 